var net/http.http2ErrFrameTooLarge
5 uses
net/http (current package)
h2_bundle.go#L1929: return http2ErrFrameTooLarge
h2_bundle.go#L2046: var http2ErrFrameTooLarge = errors.New("http2: frame too large")
h2_bundle.go#L2077: return nil, http2ErrFrameTooLarge
h2_bundle.go#L5585: if err == http2ErrFrameTooLarge {
h2_bundle.go#L9917: if errors.Is(err, http2ErrFrameTooLarge) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)